flow box: Fix bad children allocation with RTL locales
authorRafal Luzynski <digitalfreak@lingonborough.com>
Fri, 4 Sep 2015 09:21:08 +0000 (11:21 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 4 Sep 2015 13:23:52 +0000 (09:23 -0400)
commit7a676cdc14ae854f8fd6817bdaa99ae88df56973
tree85702aa41e368c2e1f4824bce33200355d8d671f
parent6457ee59be68d22ebefac08e3dd0c58d6bf2ddbf
flow box: Fix bad children allocation with RTL locales

If the position of the children is always relative to the box
then we should not take the allocation of the box into account
when flipping the children for RTL text direction.

This patch also removes unused assignments to child_allocation.

https://bugzilla.gnome.org/show_bug.cgi?id=754559
gtk/gtkflowbox.c